
/*****************
	Menu
*******************/
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;300;600;700&display=swap');

.container {
    max-width: 100% !important;
    padding: 0;
}
.categories-list .row, #sp-header.header-sticky .col-lg-12, .blog, .article-details, #sp-header .col-lg-12 {
    max-width: 90% !important;
	margin: 0 auto;
}
.h3, h3{
    font-size: 1.75rem;
    font-family: 'Urbanist', sans-serif !important;
}
 ol.breadcrumb li {
	 font-size: initial;
	  font-family: 'Urbanist', sans-serif !important;
 }
a#offcanvas-toggler {
    display: none;
}
.sp-megamenu-wrapper {
    margin-right: 1em;
}

.ltr .sp-megamenu-parent > li.sp-has-child > a:after{
	content: " " !important;
}
.sp-megamenu-parent > li > a{
	font-size: 20px !important;
}
.sp-dropdown-inner .row {
    width: 90%;
    margin: 0 auto;
	padding: 2em 0;
}
.sp-megamenu-parent > li:hover > a {
    color: #ffffff !important;
    opacity: .8;
}
.sp-dropdown-inner {
    position: absolute;
	
    width: 226% ;
    left: -12%;
    background: #484646 !important;
}
.sp-module ul > li > a {
    color: #ffffff;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title{
	color: #ffffff;
	
	font-family: 'urbanist', sans-serif;
	font-weight: 600 !important
}
.sp-dropdown-inner .menu a {
    color: #fff;
	font-family: 'Urbanist', sans-serif;
}
.sp-dropdown-inner .menu a:hover {
    opacity: .8;
    color: #fff !important;
}
.sp-dropdown-inner .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20.666667%;
    max-width: 19.666667%;
}
.sp-dropdown-inner ul.menu {
    list-style-type: none;
    text-indent: -2.3em;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title:before {
    content: " ";
    border-left: 2px solid red;
    margin-right: .5em;
    text-indent: 1em;
    margin-left: -10px;
}

.FAQ .fa-lock {
    color: #fff !important;
}

i.float-right:hover {
    background: #dc3545;
    border-radius: 50%;
    padding: .3em .3em;
    position: relative;  
}
i.float-right {
    position: relative;
    bottom: 0;
    right: 0;  
    color: #fff !important;
    padding: .3em .3em;
}
#sp-footer, #sp-bottom {
    background: #171717;
    color: #fff;
    position: absolute;
    width: 100%;
}

.menuBox .claim {
    background: #1a1a1a;
    padding: .1em 1em;
    min-height: 250px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.menuBox .claim a {
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    font-size: 2em;
    font-weight: 600;   
}
.menuBox .claim p a:after {
    border-top: 2px solid #ed2e38;
    content: " " !important;
        display: block;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 7px;
    margin-left: 0;
    margin-top: .5em;
}
h3:nth-child(2):after {
    border-top: 2px solid #ed2e38;
    content: " " !important;
    display: inline-block;
    width: 9%;
    margin: 0 auto;
    padding-bottom: 7px;
    margin-left: 1em;
	font-family: 'Urbanist', sans-serif
}

.sp-scroll-up{
	z-index: 100000000000;
}.blog h3:nth-child(2) {
    font-weight: 600;
}

#sp-main-body {
    padding: 100px 0px 50px 0px !important;
}

img {
    display: inline-block !important;
}
.social-icons li a span {
    border-radius: 0 !important;
}
ul.social-icons a span:hover {
    transform: scale(1.05) !important;
}
.sp-dropdown-inner .row {
    width: 82%;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
    color: #ffffff;
    font-family: 'urbanist', sans-serif;
    font-weight: 600 !important;
}
#sp-footer .row {
    max-width: 92%;
}
a.btn.btn-danger {
    border-radius: 0;
}

.sp-dropdown-inner {
    position: absolute;
    width: 226%;
    left: -12%;
}
@media screen and (min-width: 1601px) and (max-width: 1920px){
	.categories-list .row, #sp-header.header-sticky .col-lg-12, .blog, .article-details, #sp-header .col-lg-12 {
    max-width: 80% !important;
	margin: 0 auto;
}
.view-category #sp-header .sp-dropdown-inner {
    width: 325% !important;
    left: -32% !important;
}
}

